Skip to content

Add GitHub Action to build and attach JAR to release#12

Merged
dmccoystephenson merged 2 commits intomainfrom
copilot/add-github-action-build-jar
Mar 22, 2026
Merged

Add GitHub Action to build and attach JAR to release#12
dmccoystephenson merged 2 commits intomainfrom
copilot/add-github-action-build-jar

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 22, 2026

Adds a workflow that builds the plugin and uploads the JAR as a release asset when a GitHub release is created.

  • Triggers on release: created
  • Builds with ./gradlew clean build using JDK 21 (matches existing CI)
  • Attaches build/libs/Herald-*.jar via softprops/action-gh-release@v2
  • Uses contents: write permission for asset upload

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: dmccoystephenson <21204351+dmccoystephenson@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Dans-Plugins/Herald/sessions/52bacde8-1862-4ab8-a442-fed42e336342
Copilot AI changed the title [WIP] Add GitHub action to build and attach JAR to release Add GitHub Action to build and attach JAR to release Mar 22, 2026
Copilot AI requested a review from dmccoystephenson March 22, 2026 16:15
@dmccoystephenson dmccoystephenson marked this pull request as ready for review March 22, 2026 16:22
@dmccoystephenson dmccoystephenson merged commit 978c4d7 into main Mar 22, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants